home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / stars-0.000 / stars-0 / plane.r3d < prev    next >
Text File  |  1996-06-24  |  3KB  |  168 lines

  1. # Color Definitions
  2.  
  3. color    ltgrey    192    192    192
  4. color    dkgrey    128    128    128
  5. color    white    255    255    255
  6. color    blue    40    50    255
  7. color    grey64    64    64    64
  8.  
  9. default    ltgrey;nobackface
  10.  
  11. scale    250    150    250
  12.  
  13. # nose
  14.  
  15. point    nose1    0    18    1
  16. point    nose2    1    15    2
  17. point    nose3    1    15    0
  18. point    nose4    -1    15    2
  19. point    nose5    -1    15    0
  20.  
  21. surf        nose1    nose1    nose2     nose3
  22. surf;dkgrey    nose2    nose1    nose3    nose5
  23. surf        nose3    nose1    nose5    nose4
  24. surf        nose4    nose1    nose4    nose2
  25.  
  26. object    nose    nose1    nose2    nose3    nose4
  27.  
  28. # antenna
  29.  
  30. point        ant1    0    15    0
  31. line;grey64    ant        nose1    ant1
  32.  
  33. # window
  34.  
  35. point    win1    1    11    3
  36. point    win2    1    11    0
  37.  
  38. point    win3    -1    11    3
  39. point    win4    -1    11    0
  40.  
  41. point    win5    1    11    2
  42. point    win6    -1    11    2
  43.  
  44. surf;blue    win1    nose2    win1    win3    nose4
  45. surf;blue    win2    nose2    win1    win5    nose4
  46. surf;blue    win3    nose2    win1    win6    nose4
  47.  
  48. object    win    win1    win2    win3
  49.  
  50. # left side
  51.  
  52. point    left1    2    13    0
  53. point    left2    2    13    2
  54. point    left3    2    4    0
  55. point    left4    2    4    2
  56. point    left5    2    11    0
  57. point    left6    2    11    2
  58.  
  59. surf;dkgrey    left1    left1    left5    left6    left2
  60. surf;dkgrey    left2    left5    left6    left4    left3
  61.  
  62. # right side
  63.  
  64. point    right1    -2    13    0
  65. point    right2    -2    13    2
  66. point    right3    -2    4    0
  67. point    right4    -2    4    2
  68. point    right5    -2    11    0
  69. point    right6    -2    11    2
  70.  
  71. surf;dkgrey    right1    right1    right5    right6    right2
  72. surf;dkgrey    right2    right5    right6    right4    right3
  73.  
  74. object    sides    left1    left2    right1    right2
  75.  
  76. # ceiling
  77.  
  78. point    ceil1    1    4    3
  79. point    ceil2    -1    4    3
  80. point    ceil3    2    11    2
  81. point    ceil4    -2    11    2
  82.  
  83. surf    ceil1    win1    win3    ceil2    ceil1
  84. surf    ceil2    win1    ceil3    left4    ceil1
  85. surf    ceil3    win3    ceil4    right4    ceil2
  86.  
  87. object    ceil    ceil1    ceil2    ceil3
  88.  
  89. # bottom
  90.  
  91. point        bottoml    1    13    0
  92. point        bottomr    -1    13    0
  93.  
  94. surf;dkgrey    bottom1    left5    right5    right3    left3
  95. surf;dkgrey    bottom2    left1    right1    right5    left5
  96. surf;dkgrey    bottom3    nose3    nose5    bottomr    bottoml
  97.  
  98. object        bottom    bottom1    bottom2    bottom3
  99.  
  100. # inlets + cover
  101.  
  102. point        inl    1    13    2
  103. point        inr    -1    13    2
  104.  
  105. surf;grey64    inl    bottoml    inl        left2    left1
  106. surf;grey64    inr    bottomr    right1    right2    inr
  107.  
  108. surf        covl1    inl        win1    ceil3
  109. surf        covl2    nose2    inl        bottoml    nose3
  110. surf        covr1    inr        ceil4    win3
  111. surf        covr2    nose4    inr        bottomr    nose5
  112. surf;dkgrey    cover    left2    right2    right6    left5
  113.  
  114. object        inlet    inl        inr        covl1    covl2     covr1    covr2    cover
  115.  
  116. # tail
  117.  
  118. point        tail1    0    0    1
  119.  
  120. surf        tail1    ceil1    tail1    left4
  121. surf        tail2    ceil2    right4    tail1
  122. surf        tail3    left4    tail1    left3
  123. surf        tail4    right4    right3    tail1
  124. surf        tail5    ceil1    ceil2    tail1
  125. surf;dkgrey    tail6    right3    left3    tail1    
  126.  
  127. object        tail    tail1    tail2    tail3    tail4    tail5    tail6
  128.  
  129. # tailwing
  130.  
  131. point    tw1        0    4    3
  132. point    tw2        0    2    6
  133. point    tw3        0    0    6
  134. point    tw4        0    1    1
  135.  
  136. surf;white;noback    twing    tw1        tw2        tw3        tw4
  137.  
  138. point    twl1    1    3    1
  139. point    twl2    4    0    1
  140.  
  141. surf;white;noback    twingl    twl1    twl2    tail1
  142.  
  143. point    twr1    -1    3    1
  144. point    twr2    -4    0    1
  145.  
  146. surf;white;noback    twingr    twr1    twr2    tail1
  147.  
  148. object    twing    twing    twingl    twingr
  149.  
  150. # wings
  151.  
  152. point    wingl1    10    5    1
  153. point    wingl2    10    3    1
  154.  
  155. surf;white;noback    wingl    left5    wingl1    wingl2    left3
  156.  
  157. point    wingr1    -10    5    1
  158. point    wingr2    -10    3    1
  159.  
  160. surf;white;noback    wingr    right5    wingr1    wingr2    right3
  161.  
  162. object    wings    wingl    wingr
  163.  
  164. # total plane
  165.  
  166. point        pos        0    -9    -1
  167. main;sort    plane    pos     nose win sides ceil bottom tail twing wings inlet
  168.